Hook to access and modify theme and modal position settings
'light' | 'dark'
The current theme setting.
(theme: 'light' | 'dark') => void
Function to update the theme setting.
ModalPosition
The current modal position setting.
(position: ModalPosition) => void
Function to update the modal position setting.